Minor documentation refresh for two utility functions#487
Minor documentation refresh for two utility functions#487eddelbuettel merged 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR refreshes the documentation for two utility functions related to Armadillo random number generation and version reporting. The changes modernize and consolidate the documentation for better clarity and maintenance.
- Updated copyright year from 2024 to 2025
- Consolidated documentation for
armadillo_set_seedandarmadillo_set_seed_randomfunctions using @Rdname - Simplified and clarified the details about RNG implementation switching
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/RcppArmadillo.cpp | Updated copyright year, consolidated function documentation using @Rdname, simplified RNG implementation details |
| R/RcppExports.R | Mirrored documentation changes from the C++ source file |
| man/armadillo_set_seed.Rd | Regenerated documentation combining both seed functions into one page |
| man/armadillo_set_seed_random.Rd | Removed separate documentation file (now consolidated) |
| man/armadillo_version.Rd | Regenerated with reformatted text layout |
| ChangeLog | Added entry documenting the documentation refresh |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
b4380ee to
9b37b5c
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
9b37b5c to
e611e76
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.